home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / netinclude / net / sana2tags.h < prev   
C/C++ Source or Header  |  1994-02-04  |  881b  |  32 lines

  1. #ifndef NET_SANA2TAGS_H
  2. #define NET_SANA2TAGS_H
  3. /*
  4. **      $Filename: net/sana2tags.h $
  5. **    $Release$
  6. **      $Revision: 3.1 $
  7. **      $Date: 1994/02/03 11:56:05 $
  8. **
  9. **    Well known parameters for SANA-II/IP
  10. **
  11. **    Copyright © 1993,1994 AmiTCP/IP Group, <AmiTCP-Group@hut.fi>
  12. **                  Helsinki University of Technology, Finland.
  13. **                  All rights reserved.
  14. */
  15.  
  16. #define    ETHERTYPE_IP    0x0800        /* IP protocol */
  17. #define ETHERTYPE_ARP    0x0806        /* Addr. resolution protocol */
  18.  
  19. #define SLIPTYPE_IP ETHERTYPE_IP
  20. #define CSLIPTYPE_IP ETHERTYPE_IP
  21.  
  22. #define ARCOTYPE_IP     240    /* RFC 1051 framing */
  23. #define ARCOTYPE_ARP    241    /* RFC 1051 framing */
  24.  
  25. #define ARCNTYPE_IP     212    /* RFC 1201 framing */
  26. #define ARCNTYPE_ARP    213    /* RFC 1201 framing */
  27. #define ARCNTYPE_RARP   214    /* RFC 1201 framing */
  28.  
  29. #define PPPTYPE_IP      0x21    /* RFC 1334 IP protocol */
  30.  
  31. #endif
  32.